!
! Default mapping for Delete
!
*Text.Translations:	#override \n\
   ~Shift ~Meta ~Alt <Key>Delete:	delete-next-character() \n

*AxeText.Translations:	#override \n\
   ~Shift ~Meta ~Alt <Key>Delete:	delete-next-character() \n

*XmText.Translations:	#override \n\
   ~Shift ~Meta ~Alt <Key>Delete:	delete-next-character() \n\
   ~Shift ~Meta ~Alt <Key>osfDelete:	delete-next-character() \n\
   ~Shift ~Meta ~Alt <Key>osfBackSpace:	delete-previous-character() \n

*XmTextField.Translations: #augment \n\
   ~Shift ~Meta ~Alt <Key>osfDelete:	delete-next-character() \n\
   ~Shift ~Meta ~Alt <Key>osfBackSpace:	delete-previous-character() \n

!
! Defaults for 3D Athena Widgets library
!
#ifdef COLOR
*Form.background:			grey67
*TransientShell*Dialog.background:	grey67
*Command.background:			grey77
*MenuButton.background:			grey77
*MenuButton.foreground:			black
*SimpleMenu*background:			grey77
*SimpleMenu*foreground:			black
*ScrollbarBackground:			grey67
*ScrollbarForeground:			grey37
*Scrollbar*background:			grey77
*Scrollbar*pointerColor:		black
*Scrollbar*pointerColorBackground:	white
*beNiceToColormap:			False
#else
*Form.background:			black
*Form.foreground:			white
*TransientShell*Dialog.background:	black
*TransientShell*Dialog.foreground:	white
*Command.background:			black
*Command.foreground:			white
*MenuButton.background:			black
*MenuButton.foreground:			white
*SimpleMenu*background:			black
*SimpleMenu*foreground:			white
*ScrollbarBackground:			black
*ScrollbarForeground:			white
*Scrollbar*background:			black
*Scrollbar*foreground:			white
*Scrollbar*pointerColor:		black
*Scrollbar*pointerColorBackground:	white
*beNiceToColormap:True
#endif
*Scrollbar*width:			15
*Scrollbar*height:			15
*Scrollbar*shadowWidth:			2
*Scrollbar*borderWidth:			2
*Scrollbar*cursorName:			top_left_arrow
*Scrollbar*pushThumb:			false
*Label*shadowWidth:			2
*Label*borderWidth:			2
*shapeStyle:				Rectangle
*shadowWidth:				2
*SmeBSB*shadowWidth:			2
*Toggle*highlightThickness:		2
*MenuButton*highlightThickness:		2
*Command*highlightThickness:		2
*Panner*shadowThickness:		2
*SimpleMenu*shadowThickness:		2
*topShadowContrast:			20
*bottomShadowContrast:			45
*PushThumb:				False
